CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VRP matlab

搜索资源列表

  1. 禁忌搜索解决vrp问题

    14下载:
  2. 利用禁忌搜索算法解决vrp问题的matlab源程序
  3. 所属分类:文档资料

    • 发布日期:2009-05-01
    • 文件大小:406695
    • 提供者:qiyuan001
  1. 遗传算法tsp

    2下载:
  2. 用matlab编写的GA求解vrp-车辆路径问题程序!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-08-22
    • 文件大小:2959
    • 提供者:fch407@126.com
  1. VRP

    1下载:
  2. matlab的遗传算法程序,用于求解vrp问题
  3. 所属分类:源码下载

  1. VRP_GA.rar

    0下载:
  2. 用GA遗传算法求解VRP车辆配送问题,以及VRP的特殊情况TSP旅行商问题,GA Genetic Algorithm for VRP with the distribution of vehicles, as well as the special circumstances of VRP Traveling Salesman Problem TSP
  3. 所属分类:matlab例程

    • 发布日期:2016-10-10
    • 文件大小:975
    • 提供者:yourchen
  1. Ant_colony_algorithm_source_code

    0下载:
  2. 蚁群算法源程序.该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1-Ant colony algorithm source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:6663
    • 提供者:bocai
  1. 基于各种算法的VRP问题

    0下载:
  2. 压缩包中有5中vrp问题求解,适合初学者学习
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-08
    • 文件大小:396911
    • 提供者:realso
  1. VRP算法下载

    3下载:
  2. 通过多种不同算法,对车辆路径规划问题进行求解,使用matlab编程(Through a variety of different algorithms, the problem of vehicle path planning is solved and MATLAB programming is used.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:25600
    • 提供者:Lonely gump
  1. vrp

    0下载:
  2. 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线 这样处理比较简单可以把vrp问题转为tsp问题求解 但
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:henrylalala
  1. VRP

    1下载:
  2. VRP,遗传算法的路径优化问题,车辆调度问题的MATLAB实现(VRP,Path optimization problem of genetic algorithm,MATLAB implementation of vehicle scheduling problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:iqisgnaw
  1. GA(vrp)

    8下载:
  2. 用MATLAB编写遗传算法代码求解带有时间窗的VRP问题(The genetic algorithm code is used to solve the VRP problem with time window.)
  3. 所属分类:matlab例程

    • 发布日期:2018-10-05
    • 文件大小:2048
    • 提供者:淡墨zyw
  1. MATLAB-带时间窗源码

    2下载:
  2. MATLAB-遗传算法-多车场-开放式-带时间窗-多商品-VRP问题源码(VRP with time windows)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-28
    • 文件大小:20480
    • 提供者:crash_wu
  1. vrp

    1下载:
  2. 假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。 可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。 目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that
  3. 所属分类:matlab例程

    • 发布日期:2019-10-19
    • 文件大小:4096
    • 提供者:HappyppaH
  1. vrp求解

    2下载:
  2. matlab运用禁忌算法求解运输可拆分需求车辆不定的最佳路径,最佳车数(Matlab to find the best transportation path)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-24
    • 文件大小:18432
    • 提供者:财经22
  1. matlab蚂蚁算法VRP

    1下载:
  2. matlab 蚂蚁算法 进行VRP 计算(Matlab Ant Algorithms for VRP Computing)
  3. 所属分类:进化算法

    • 发布日期:2020-04-12
    • 文件大小:6144
    • 提供者:b坏鱼f
  1. 蚁群VRP

    2下载:
  2. 用蚁群算法解决VRP问题,包含基本蚁群算法(我记得不含时间窗约束)(Using ant colony algorithm to solve VRP problem, including basic ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-14
    • 文件大小:9216
    • 提供者:Shielas
  1. VRP using SA

    2下载:
  2. vrp,车辆路径问题的一种尝试解决方法,一整套matlab程序源码(Capacitated Vehicle Routing ProblemVRP using SA)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-01
    • 文件大小:99328
    • 提供者:小骁熊
  1. MATLAB-VRP问题.zip

    2下载:
  2. 带时间窗的vrp问题,MATLAB程序,多车场问题(VRP Problem with time window, matlab program, multi yard problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-20
    • 文件大小:12288
    • 提供者:dsfsdfdsfdsds
  1. VRP - 副本

    2下载:
  2. 用于求解配送路径优化问题,即vrp问题,算法是蚁群算法,优化目标为路线最短(It is used to solve the distribution path optimization problem, that is vrpentire. The algorithm is ant colony algorithm, and the optimization goal is the shortest route)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-14
    • 文件大小:2048
    • 提供者:小时代8884
  1. MATLAB求解VRP

    3下载:
  2. 遗传算法、模拟退火算法、禁忌搜索算法求解VRP问题的matlab程序(Matlab program of genetic algorithm, simulated annealing algorithm, tabu search algorithm to solve VRP problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-16
    • 文件大小:25600
    • 提供者:李太白12138
  1. 遗传模拟退火算法求解TSP问题matlab代码

    3下载:
  2. 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)
  3. 所属分类:Windows编程

    • 发布日期:2021-02-20
    • 文件大小:11264
    • 提供者:hayjao2020
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com